home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990422-19990725 / 000092_news@watsun.cc.columbia.edu _Tue May 25 15:52:43 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  5KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA17256
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 25 May 1999 15:52:43 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id PAA17892
  7.     for kermit.misc@watsun.cc.columbia.edu; Tue, 25 May 1999 15:44:48 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: C-Kermit 7.0 Beta.07 Ready for Testing
  11. Date: 25 May 1999 19:44:46 GMT
  12. Organization: Columbia University
  13. Message-ID: <7ieuje$hf1$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16.  
  17. C-Kermit 7.0 Beta.07 is ready for testing; please pick it up at:
  18.  
  19.   http://www.columbia.edu/kermit/ck70.html
  20.  
  21. give it a spin, and report any problems to me.  This should be
  22. nearly the last Beta edit before the final release.  Here's a brief
  23. summary of changes since Beta.06:
  24.  
  25. General:
  26.  . New TYPE command switches: /HEAD, /TAIL, /MATCH, /WIDTH, etc.
  27.  . SET BELL { ON, OFF } -- applies to all bells (transfer, dial, etc).
  28.  
  29. File Transfer:
  30.  . SET TELNET TRANSFER-MODE ON/OFF: whether to force Telnet binary
  31.      mode for file transfer.
  32.  . Serial and CRT displays now wrap long filenames.
  33.  
  34. Communications:
  35.  . More Kerberos variables & controls.
  36.  . "NO DIALTONE" and other fatal errors now cancel automatic redialing.
  37.  . Software flow-control fixed for Microlink, Megahertz, & other modems.
  38.  . Fixed some errors in the Compaq modem definition.
  39.  . Raised presumed max speed for Compaq & USR modems to 115200.
  40.  
  41. Scripting:
  42.  . ARRAY operations: COPY, SORT, DESTROY, CLEAR, SET, RESIZE, ...
  43.  . Maxiumum number of macros increased from 4K to 16K.
  44.  . New IF conditions: IF WILD, IF QUIET, IF LOCAL, ...
  45.  . IF DEFINED \m(composite-name), e.g. "if def \m(abc::\%1)".
  46.  . Dial-modifier variables added that track modem type.
  47.  . Modem-signal variables added that reflect current state of each signal.
  48.  . New commands _INCREMENT, _DECREMENT, _EVALUATE.
  49.  . EVALUATE command syntax changed to set the given variable to result.
  50.  . SET EVALUATE { OLD, NEW } chooses old or new EVAL syntax.
  51.  . \fsearch() for regular expression in a string.
  52.  . \farraylook() for regular expression in an array.
  53.  . \ftablelook() keyword lookup in a table.
  54.  . \v(setlinemsg) has error message from most recent SET LINE/HOST command.
  55.  . SET QUIET setting is now on the command stack.
  56.  . SET QUIET ON now suppresses SET LINE / SET MODEM failure messages.
  57.  . Script library examples updated to use new features.
  58.  
  59. IKSD:
  60.  . IKSD login/authorization improvements.
  61.  . Authentication via PAM and shadow passwords.
  62.  
  63. UNIX:
  64.  . Uses realpath() to resolve pathnames on platforms that support it.
  65.  . Digital UNIX SCREEN command fixed to use actual terminal type (Lucas Hart).
  66.  . "make linuxc", "make linuxnotcp" targets fixed.
  67.  
  68. VMS:
  69.  . VMS C-Kermit REMOTE HOST keepalive feature now works (Lucas Hart).
  70.  . Renewed Process Software TCPware support (with help from Hunter Goatley).
  71.  . Wollongong/Attachmate Pathway support fixed (Brian Tillman).
  72.  . SET FLOW KEEP fixed.
  73.  
  74. OS-9:
  75.  . Various source-code fixes (Martin Whitaker).
  76.  . Recursive directory traversal added (Martin Whitaker).
  77.  
  78. New platforms:
  79.  . PDP-11 with 2.11BSD (command-line version only).
  80.  
  81. Bugs fixed:
  82.  . Some internal memory leaks plugged.
  83.  . Various problems with parsing "kerbang" command lines.
  84.  . Terminal modes during execution of Kerbang scripts.
  85.  . END command dumping core when given at top level.
  86.  . HP-UX 6 and 7 terminal-mode glitches fixed.
  87.  . \fsplit() dumping core on empty strings.
  88.  . Some problems accessing the top-level arg vector in a FOR loop.
  89.  . if ( condition ) { commands } else if defined \%x { commands } didn't work.
  90.  . Various problems with RETURN from inside an IF statement.
  91.  . Failure to find specified init file did not give an error message.
  92.  . Various commands were not getting into the command recall buffer.
  93.  . Various problems with 'kermit -C ""'.
  94.  . \frindex() was misinterpreting its optional 3rd argument.
  95.  . Broken DIRECTORY command in Unixware 7.
  96.  . Broken filename completion in UNIX for "./xxx<ESC>".
  97.  
  98. Thanks to Jeff Altman plus those mentioned above for their contributions to
  99. Beta.07, and to Peter Eichhorn and Dat Nguyen for extensive testing of
  100. Beta.06, and to everyone else who sent reports.
  101.  
  102. And thanks to those who have already sent in Beta.07 binaries -- as you can
  103. see from the web page, we already have more than 120 of them.  But we can
  104. always use more, so if you can make any that are not listed there, please
  105. upload them to:
  106.  
  107.   ftp://kermit.columbia.edu/kermit/incoming/
  108.  
  109. or:
  110.  
  111.   iksd://kermit.columbia.edu/kermit/incoming/
  112.  
  113. using the same naming conventions.
  114.  
  115. Thanks!
  116.  
  117. - Frank